getDisplayName

suspend fun getDisplayName(): String

Retrieves the user's display name from Firestore. The display name is fetched from the user's document.

Return

The user's display name as a String.